Ble

data class Ble(val id: GoProId, val bleId: String, val name: String) : ScanResult

A GoPro scan result discovered via BLE (i.e. a BLE advertisement)

Constructors

Link copied to clipboard
constructor(id: GoProId, bleId: String, name: String)

Properties

Link copied to clipboard

BLE-specific identifier

Link copied to clipboard
open override val id: GoProId

ID of discovered Gopro device

Link copied to clipboard

human-readable name of BLE advertisement

Link copied to clipboard
open override val networkType: NetworkType

Network type of the ScanResult